emsi_containers v0.9.0 (2021-09-22T16:21:01Z)
Home
Dub
Repo
HashMap.keys
containers
hashmap
HashMap
struct
HashMap
(K, V, Allocator = Mallocator, alias hashFunction = generateHash!K, bool supportGC = shouldAddGCRange!K || shouldAddGCRange!V, bool storeHash = true)
const @
property
K
[]
keys
(
)
out (result) { assert (result.length == _length); }
Return Value
Type:
K
[]
a GC-allocated array filled with the keys contained in this map.
Meta
Source
See Implementation
containers
hashmap
HashMap
aliases
opSlice
constructors
this
destructors
~this
functions
byKey
byKeyValue
byValue
clear
containsKey
empty
get
getOrAdd
keys
length
opApply
opBinaryRight
opIndex
opIndexAssign
remove
values
mixins
__anonymous
postblits
this(this)